projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9d0d6
)
Fix typo.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 29 Mar 2001 14:08:58 +0000
(14:08 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 29 Mar 2001 14:08:58 +0000
(14:08 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index eb476c657530afa6d3e85b84468468cb4c57e36f..67f9b83887d22e7426cf028f7fb410f47582fa39 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1452,7
+1452,7
@@
configuration."
(defun interactive-form (function)
"Return the interactive form of FUNCTION.
If function is a command (see `commandp'), value is a list of the form
-\(interactive SPEC). If function is not a command,return nil."
+\(interactive SPEC). If function is not a command,
return nil."
(setq function (indirect-function function))
(when (commandp function)
(cond ((byte-code-function-p function)